toggle menu
Rell System Library API Reference
rell
switch theme
search in API
Rell System Library
/
[root]
/
byte_array
/
from_base64
from_base64
rell
static
function
from_base64
(
value
:
text
)
:
byte_array
Creates a byte_array from a Base64 string.
Since
0.9.0
Parameters
value
The Base64 string.